home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-01 | 674 b | 29 lines | [TEXT/GEOL] |
- Item forwarded by YEPEZ1 to STATTENFIELD
-
- Item 2039157 29-April-89 13:28
-
- From: WILSON6 Wilson, Dave - Personal Concepts
-
- To: PEMD -> CH0095 PEMD Ed Group, E Rosenberg, PRT
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Pict files
-
- Ernie,
-
- I'm linking you a Unit from our MacApp seminar that has document class for
- reading and writing PICT files, provided that you have a handle to the picture
- (and a size).
-
- To create the picture, you should:
- picHdl := OpenPicture(frame);
- QD commands to draw your stuff
- Close Picture;
-
- Hope this helps.
-
- Dave
-
-
-